home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / ISP / SCRPTLST / PACIFIER.CMD < prev    next >
Encoding:
Text File  |  1996-02-13  |  1.2 KB  |  61 lines

  1. # **************** Pacifier's Trumpet login.cmd file. ******************
  2. #
  3. # Initialize Modem {Some Modems may require you to edit this string}
  4. # you will need to refer to the owners manual for your modem.
  5. #
  6. output atz\r
  7. input 10 OK
  8. #
  9. # **** Uncomment{#} the following 2 lines in order to turn off Speaker.
  10. # output atm0\r
  11. # input 10 OK
  12. #
  13. # **** Dial Pacifier & redial on busy.
  14. #
  15. repeat
  16.   output atdt 6930325\13
  17. until 1-[input 15 BUSY]
  18. #
  19. input 30 CONNECT
  20. #
  21. # ****  Start Of Login Sequence.
  22. #
  23. input 30 host:
  24. output slip\13
  25. #
  26. # *** your login name {the \13 is the carriage return leave it there}
  27. #
  28. input 30 login:
  29. output xxxxx\13
  30. #
  31. # *** your password {The \13 is the carriage return Leave it there}
  32. #
  33. input 30 word:
  34. output xxxxx\13
  35. #
  36. display \n
  37. #
  38. # parse address
  39. #
  40. input 30 to
  41. address 30
  42. input 30 beginning
  43. #
  44. # we are now connected, logged in and in slip mode.
  45. #
  46. display \n
  47. display Connected.  Your IP address is \i.\n
  48. #
  49. # The following causes a dbl beep after Trumpet logs in..
  50. #
  51. display \7\7
  52. #
  53. # The following are examples of Auto-executing certain apps.. after Trumpet
  54. # makes a connection.
  55. #
  56. # EXEC "D:\WINDOWS\EUDORA\WEUDORA.EXE"
  57. # EXEC "D:\WINDOWS\INTERNET\SLIPDB\SLIPDB ON"
  58. #
  59. # End.
  60.